Serialized Form
-
Package edu.uky.ai.ml
-
Class edu.uky.ai.ml.AlphabetFrame extends javax.swing.JFrame implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
database
Database database
The training database, for looking up output values -
input
AlphabetInputPanel input
A panel of toggelable pixels for collecting user input -
network
NeuralNetwork network
The neural network -
output
javax.swing.JLabel output
Text to display the network's output
-
-
Class edu.uky.ai.ml.AlphabetInputPanel extends javax.swing.JPanel implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
frame
AlphabetFrame frame
The parent frame to which this panel belongs -
input
boolean[] input
A map of the state of each pixel -
mouseListener
java.awt.event.MouseListener mouseListener
Handles mouse clicks
-
-